﻿/*首页报告*/
.hs-index-reports-box .hs-index-reports-card-more {
    width: 30%;
}
/*资讯详情页侧边栏二维码*/

.popover-body {
    width: 100px;
    height: 100px;
    background: url('../imgs/qr_wechat_share.png') no-repeat;
    background-position: center;
    background-size: cover;
}

